Search Results
Hi ! I want to make a write/read system. First I make this PHP код:     if(strcmp(cmd, "/carpark", true) == 0)     {         new name[MAX_PLAYER_NAME];         GetP...
84
HI ! Sorry for my english . I add a dialog in my gamemode and i don't know to do when a player press a button ( if dialog ) a file will save in my scriptfiles "Mark , do something , at .. o'clock .. d...
53
PHP код: //----------------------------------[ooc]-----------------------------------------------     if(strcmp(cmd, "/ooc", true) == 0 || strcmp(cmd, "/o", true) == 0) //    ...
207
Thanks sabretur but it isn't work . I think that I wrong . Please complete : PHP код:             if(TutTime[i] >= 1)             {                 ...
95
Thanks but isn't what I want and it isn't work !
95
Hy guys ! Sorry for my english . Please help me . I want to after every part of tutorial the chat will be cleared . Код: if(TutTime[i] == 3) { GameTextForPlayer(i, "Inceputul", 3...
95
Thank you but I want to appear a dialog box with "Type password here :" "Login" "Exit"
90
Hi . Please help me . Код: if (strcmp(cmd, "/login", true) ==0 ) { if(IsPlayerConnected(playerid)) { new tmppass[64]; if(gPlayerLogged[playerid] == 1) { SendClientMe...
90
Quote: Originally Posted by Mike Garber Wow, really? Editing another already released gamemode and releasing it is just stupid, unless it's a really major edit, with a difference of thous...
357
Thank you but another error . When I try to enter in my car doesn't work . Why ?
78
I suppose ROlePlay . I think is the best Gm . Try to edit Ravens and make spawn at a civil location and each faction have a spawn . Resolve the bug with payday and it will the best gm ! Best wishes
357
Thank you ! but : Код: H:\Global\gamemodes\petru.pwn(6852) : error 017: undefined symbol "name"
78
Try this : Код: if(strcmp(cmd, "/gotoxyz", true) == 0) { if(IsPlayerConnected(playerid)) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_GRAD2...
284
Hi ! First sorry for my English . PLease , someone help me with a little problem . I want to add personal cars in my gamemode 0.3c . I tried with new variable; and with car id but both doesn't work . ...
78