Search Results
hi but i don't know why this question! You don't know how to send messages if not go and learn first.You can easily learn it.
28
Hi This will help ypu alot:- https://sampforum.blast.hk/showthread.php?tid=583234
23
Hi Make as i'm doing: PHP код: new Text:Textdraw3[MAX_PLAYERS];// Then Create it OnGameModeInit    for(new playerid = 0;playerid < MAX_PLAYERS; playerid++)    {    Te...
41
did you made it like this? PHP код: public OnPlayerGiveDamage(playerid, damagedid, Float: amount, weaponid, bodypart){return 1;}  or not?
75
Follow steps as Told by @****** and check that you defined string two times or not like in below example code: PHP код: new string[128];new string[128];  Defining one variable two times...
21
SORRY REMOVED: Thank You guys but i found my solution, Thank You
41
Use a string for format and a destination string. Like PHP код: new string[128], desstring[500]; // Then Using format format(string, sizeof(string),"...:::Weapon-Shop:::... \n\n"); // U...
51
Hi You made wrong callback OnPlayerDisconnect Change it to OnPlayerDisconnect(playerid, reason)
33
Hi Use SetTimerEx for playerid and also use variable for timer like PlayerNoReloadTime[MAX_PLAYERS] and it works.
37
Thank You but i know this i want that id cash is less than $1000 then first list item can't be clickable means shows in dialog list but not clickable instead of error msg.
23
Hi mates Example Dialog Code: PHP код: new string[128]; format(string,128,"1. Change Name\n2. Change Password"); ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "Account Settings",Â...
23
Why you want this GM- https://sampforum.blast.hk/showthread.php?tid=42257 ? There are GM's like this which are much better than this
37
Hi I think you have to use this: PlayerTextDrawShow(playerid, PlayerText:text); not TextDrawShowForPlayer because you made Player Textdraw.
30
What are you trying to say you want that meatDrops pickup gives only Infections you don't know it can't give by itself you have to make it. lol You forget to close this statement if(team[playerid] =...
35
hi Learn TogglePlayerSpectating from https://sampwiki.blast.hk/wiki/TogglePlayerSpectating & https://sampwiki.blast.hk/wiki/PlayerSpectatePlayer. Sorry EDITED: Use PlayerSpectatePlayer(spectat...
38
Thank You for explaining this.
34
Hi Can anyone explain this: %e I saw this in mysql scripts.
34
You have to create enums normally... PHP код: enum blabla {      CMD_OWNER,     CMD_PATRIOT//, etc.. }  Then use variable like PHP код: new  PlayerInfo[MAX_PLAYERS]...
62