Search Results
I have a little problem. I want when player connect first time on the server get skin 170. the skin have to be saved and after login get same skin. i use this PHP код: #include <a_samp> ...
70
Am rezolvat din ele, dar acum am altele: PHP Code: ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3.7-R2, (C)2005-2015 SA-MP Tea...
462
Cand pornesc serverul imi apare asta: PHP Code: SA-MP Dedicated Server ---------------------- v0.3.7-R2, (C)2005-2015 SA-MP Team [21:17:25] filterscripts = ""  (string) [21:17:25]  [21...
462
Cine ma poate ajuta sa definesc groupVariables? Sunt la inceput.
307
Thanks, now it work. So...i keep the code with OnPlayerUpdate?
198
And if i want when player register get level 1? PHP код: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) {     switch( dialogid )     {       Â...
198
Level man, no Admin. But i understand . but what is OnPlayerUpdate? what it mean?
198
Guys, what i have to do to cmd setlevel modify score of player. So score = level you know. i use this PHP код: public LoadUser_data(playerid,name[],value[]) {     INI_Int("Password",Player...
198
The id must be 65535 and must be same at all checkpoints(one, two, three)?
77
i use this: PHP код: new CheckpointOne[MAX_PLAYERS]; new CheckpointTwo[MAX_PLAYERS]; new CheckpointThree[MAX_PLAYERS]; public OnPlayerEnterDynamicCP(playerid, checkpointid) {    if(che...
77
Thanks. It work. Now if i want to set another CP i must use new checkpointtwo[MAX_PLAYERS];?
175
I use this: PHP код: CheckpointOne[playerid] = CreateDynamicCP(377.8297,-2087.4912,7.8359, 5.0, -1, -1, -1, 50.0); public OnPlayerEnterDynamicCP(playerid, checkpointid) {    Destroy...
175
And if i create more dynamicCP with other ids this will be able?
175
I use this PHP код: if(dialogid == 6)     {         if(response)         {             if(listitem == 0)             {             Â...
175
It work, but i get spawn before getting the EMAIL dialog and everybutton i click, nothing is happend. And it's set to kick player if no response. Help?
79
I use this PHP код: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) {     switch( dialogid )     {         case DIALOG_REGISTER:      ...
79
Hi guys, i set a checkpoint on the map. How can i put a redsquare on radar in that location?
41
I resolved using this: PHP код: CMD:jobs(playerid, params[]) {    ShowPlayerDialog(playerid, DIALOG_JOB, DIALOG_STYLE_LIST, "Lista de job-uri",    "Fisher\n\    Arms Dealer\n\ Â...
123