Search Results
i dont know whаt ur doing, but it just fucking does not work for me. here is all i got: Код: #define MainMenu(%1,%2) %1, %2, DIALOG_STYLE_LIST, "Master", "Enter\nBuy Points\nInformation", "Selec...
605
im gonna try to let it work as soon as i am home.
605
wait a sec, then i was right. i mean, the one from daren is alot easyer to understand.
1,536
Quote: Originally Posted by Seif_ Quote: Originally Posted by Daren_Jacobson http://forum.sa-mp.com/index.php?topic=130168.0 what the fail? i just wrote one... Yours isn't ...
1,536
on the line where i do this: ShowPlayerDialog(LOGINDIALOGPARAMS(playerid, dialogid));
605
when i do the non dynamic way, i get these errors: Код: C:\Users\Thuron\Desktop\SAMP0.3\gamemodes\SIRRP.pwn(1161) : warning 236: unknown parameter in substitution (incorrect #define pattern) C:\...
605
try this: change Code: npctaxi = CreateVehicle(420, 0.0, 0.0, 5.0, 0.0, 3, 3, 5000); to Code: npctaxi = CreateVehicle(420,0,0,0,0,0,0,0);
195
the text message is: GameTextForPlayer. check https://sampwiki.blast.hk/wiki/GameTextForPlayer for more info.
80
Quote: Originally Posted by Daren_Jacobson Quote: Originally Posted by SiJ Quote: Originally Posted by thuron if (strcmp("/wmenu", cmdtext, true, 10) == 0) { Show...
194
yea, but it wont work. here is the script where it goes to the 3rd level: Код: if(dialogid == DIALOGID+1) // points { new s[128]; format(s,sizeof(s),"Points: %i\n\nCost: %i$",PointsQuantity,g...
194
hmm, is anyone able to make a good tutorial about creating menu's in 0.3?? i have seen 1, but that was a menu with only 2 levels ( with 2 levels i mean that you click on select somewhere, and the clic...
194
i dont think that will solve my problem...
194
does nobody have any idea?
102
i wanted to make a nice menu, but now it wont work. Код: if (strcmp("/wmenu", cmdtext, true, 10) == 0) { ShowPlayerDialog(playerid, DIALOGID, DIALOG_STYLE_LIST, "menu", "Enter\nBuy Points\nInfo...
194