Search Results
Ok so im trying to create a /playerlist that show all players online and their level in this format: playername (VirtualWorld) (Level) playername (VirtualWorld) (Level) playername (VirtualWorld) (Lev...
47
Ok so my friends have given me different versions of /me and none work,heres the cmd: Код: if (strcmp("/me", cmdtext, true) == 0) { if(!cmdtext[3])return SendClientMessage(playerid, 0x...
44
I was wondering if their is a way to get a textdraw to show a player his name,i tried doing something similar to the sendclientmessage way but the textdraw just says %s
99
Ok so basically i keep getting this error so i looked it up on wiki and it said its an a_samp define but i still get this error.Yes my a_samp is up to date so does anyone know why im getting this erro...
65
Does anyone know the id for the lightbeams in area51?If you can help me itd be really nice.
59
Ok,when anyone joins the server,the game is darker than normal.If anyone has a idea why this could be happening, please help.
60
Quote: Originally Posted by hansen111 if (strcmp("/placeflare", cmdtext, true, 10) == 0) } <-- wrong if (strcmp("/placeflare", cmdtext, true, 10) == 0) { <-- right When i do ...
71
The errors Код: C:\Users\josh\Desktop\Newtrinity\filterscripts\flare.pwn(17) : error 017: undefined symbol "PreloadAnimLib" C:\Users\josh\Desktop\Newtrinity\filterscripts\flare.pwn(90) : error 029...
71
Ok so,anyone can join the server ok but after the biggametext show it wont continue to skin selection (except for host)Does anyone know why this would happen?If so please help
41
Yes,i fixed it (somehow?) i just moved the whole callback into a filterscript and removed it from the gm.
129
It still isnt working,i even removed all filterscripts to see if that was the problem
129
pawn Code: public OnPlayerCommandText(playerid, cmdtext[]){    if (strcmp("/commands", cmdtext, true, 10) == 0)    {         SendClientMessage(playerid, COLOR_YELLOW, "Phonecmds: /sms (numbe...
129
My server just started sayin unknown command to all commands such as: if (strcmp("/commands", cmdtext, true, 10) == 0) { SendClientMessage(playerid, COLOR_YELLOW, "Phonecmds: /sms (number)(messag...
129
(43) : error 017: undefined symbol "AttachPlayerObjectToVehicle" (44) : error 017: undefined symbol "AttachCameraToPlayerObject" (41) : warning 204: symbol is assigned a value that is never used: "p" ...
799
Everytime i load whirlpool.dll my chat quits working (for everybody who joins too) i need to use it though because s-admin requires it,can anybody help please?
47
nevermind it was from different line,sorry
100
Quote: Originally Posted by Ronaldo_raul™ Under your OnPlayerDeath callback pawn Код: SendDeathMessage(killerid, playerid, reason); Thanks but now i get error 017: undefined sym...
100
I was on a server the other day and when i died it had a special death thing. ex. [how they died such as weapon icon] beastwolf sorry if im not explaining well,heres a photo. How can i do that?
100
its loaded but i dont see snow :\
380