Search Results
pawn Код: here yo gopublic OnPlayerConnect(playerid){        PlayAudioStreamForPlayer(playerid, "http://stream.laut.fm/bluesclub"); // put your own music here    return 1;}
221
try this pawn Код: for(new i = 0; i <= MAX_DOORS; i++)    {        print( "Doors OnGameModeInit" );        new ddFile[128];        format(ddFile, 128, "dynamicSystem/%d.ini" ,i);Â...
205
under pawn Код: public OnPlayerConnect(playerid)
221
you forget to put string onplayerdeath this cause the crash SendClientMessageToAll(0xFF0000FF, "%s has Died!",name);
176
hop this work pawn Код: if(dialogid == DIALOG_AGE)    {        if(response)        {                new age = strval(inputtext);                if(age < 16 || age &g...
178
Quote: Originally Posted by ikarus Check for errors or warnings. there no errors want when poeple quit they get kicked
152
Plz little help when i click quit i didnot get kicked what worng Quote: ShowPlayerDialog(playerid, SEXMENU, DIALOG_STYLE_MSGBOX, "Headline", "Welcomings message", "Male", "Quit"); ...
152