Search Results
SendClientMessageToAll ? :/ I dunno , maybe thats it.
155
Код: C:\Users\Tont\Desktop\samp03asvr_R7_win32\gamemodes\Play3r1337RPG.pwn(515) : error 006: must be assigned to an array Line 515 : pawn Код: PlayerInfo[giveplayerid][pAdmin] = level; level, ...
99
Quote: Originally Posted by Jo1Nt How can i set /ban command to work just for players.I mean for admins 1-5000 to have no effect.here is the script Код: if(strcmp(cmd, "/ban", true) =...
182
Nevermind <<<<<<<<<<<<<<<<<<<<< I edited it, got it fixed. now its pawn Код: if (strcmp(cmd, "/givemexc", true) == 0)    {      ...
89
Well, after i type on command, all the other commands just STOP working. Whats the problem?-.- Command is /givemexc ( Gives player 1XC to test /xcash ) Lines : pawn Код: if (strcmp(cmd, "/givemexc...
89
TOP OF THE SCRIPT ! #define COLOR_RED 0xFF0000FF now, OnPlayerConnect(playerid); pawn Код: public OnPlayerConnect(playerid);  {  new pName[24];  new namestring = strfind(plname, "$", true);  ...
243
Quote: Originally Posted by CoverH.ng pawn Код: public OnGameModeInIt(){   SetWorldTime(0);   SetTimer("mytimer",60*2*1000,1);   return 1;}forward mytimer();public mytimer(){new ...
133
Can anyone to tell me how to do like, pawn Код: OnGameModeInIt(){   SetWorldTime(0);   return 1;} Time 00:00 ( Server Starts ) 2 Minutes... Time 01:00 2 Minutes... Time 02:00 etc. Like wait...
133
GivePlayerXcash. pawn Код: stock GivePlayerXcash(playerid, money){    Xcash[playerid] += money;    ResetMoneyBar(playerid);    UpdateMoneyBar(playerid,Xcash[playerid]);    return Xcash[pla...
86
Well i tried to make my own server, it has server sided cash called XCash. So i tried to make command /xcash and /givemexc to test the /xcash. /xcash worked fine, but not /givemexc Lines of /givemexc...
86
( Btw use [.pawn] [/pawn] ) I took this from one cops'n'robbers Top of script where are all the new's at. pawn Код: new RobbedPlyRecent[MAX_PLAYERS]; OnGameModeInIt. pawn Код: SetTimer("Robbed...
108
Note : THIS IS NOT MY SCRIPT, This is [TPG]Coole210's Script. This has necessary includes & removed the compiling errors. I will quote Coole210's topic Quote: Originally Posted by [TPG...
323