Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion samp_prtcl.pwn
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public OnFilterScriptInit()
{
new IP[20] = "91.121.97.26"; // random ip for testing
new Port = 7844;
StatsHandle = socket_create(UDP);
if(udpConnect(IP, Port))
sendPacket(IP, Port, PRTCL_PLAYERLIST);
return 1;
Expand Down