User:Crusher

From SA-MP Wiki

Jump to: navigation, search

Crusher's Profile

Hi, I'm Crusher from the netherlands.


Current Projects

My current projects are:


A "Thing"

public OnPlayerConnect(playerid)
{
     if(IsPlayerConnected(playerid))
     {
          SendClientMessage(playerid,COLOR_GREEN,"You are connected!");
     }
     else
     {
          SendClientMessage(playerid,COLOR_RED,"You aren't connected!");     
     }
     return 1;
}

Don't use this, its fucked up.

Navigation