Search Results
Hi,it's me again(the noob scripter lmaoo),my problem is that,i get errors from this command: PHP код:  CMD:check(playerid, params[])     {     GetPlayerName(playerid,name,sizeof(name)...
111
Hey everyone,i want to make line 33 in the PHP below to be seen only by admins,can anyone please help me? PHP код: CMD:makeadmin(playerid , params[]) {      GetPlayerName(playerid,name,s...
94
PHP код: CMD:admins(playerid,params[]) {     if(IsPlayerConnected(playerid))     {         new string[10000];         new j;         j = GetPlayerPoolSize();...
255
Quote: Originally Posted by CaptainBoi use this PHP код: CMD:level6(playerid,params[])  {      new name[MAX_PLAYER_NAME], lev6[256];     GetPlayerName(playerid, name, ...
371
Sorry man but im new at scripting....
371
Quote: Originally Posted by willbedie Код: CMD:level6(playerid,params[]) { GetPlayerName(playerid,name,sizeof(name)); format(iname,sizeof(iname),"%s.ini",name); if (din...
371
Quote: Originally Posted by willbedie Just select everything except {} and press tab. PHP код: CMD:level6(playerid,params[]) {     GetPlayerName(playerid,name,sizeof(name)); ...
371
Quote: Originally Posted by willbedie Fix your identation and come back, it's terrible, also: PHP код: new lev6[23000];  Why 23000? but i even don't know how to fix this s...
371
Hello everyone,today i made 2 command which basically show admin command the first command is /level2 PHP код: CMD:level2(playerid,params[]) { GetPlayerName(playerid,name,sizeof(name)); format...
371
Hello everyone,i have /admins command that shows online admins in chat,but i want to make it to be in dialog Here's my command PHP код: CMD:admins(playerid,params[]) { SendClientMessage(playeri...
311
Hello everyone, Today i downloaded zombie apocalypse gamemode and i also downloaded the needed includes,plugins etc. But when i tried to compile,i god this errors PHP код: C:\Users\mitko\Deskto...
185
Quote: Originally Posted by Undef1ned PHP код:  new          Query[600],          DBResult:Result,          storedip[16],          ip[16]    ...
140
Quote: Originally Posted by Undef1ned First you must check from the database if the player is registered or not. PHP код: new DBResult:Result, Query[1200]; format(Query, sizeof(...
140
Can anybody help me... My problem is that i am using gamemode which saves user data into user.db file. I checked the .db file with DB Browser and everything is there(The users,bans and everything),but...
140
ERRORS: C:\Users\Taligarov\Desktop\Сървър\gamemodes\Untitl ed.pwn(1844) : error 035: argument type mismatch (argument 1) C:\Users\Taligarov\Desktop\Сървър\gamemodes\Untitl ed.pwn(1844) :...
58
Fixed,but getting these 2 errors ERRORS: error 010: invalid function or declaration error 010: invalid function or declaration Code: public loadfaction_data(idx, name[], value[]) { INI_Int("Memb...
90