Search Results
Do the same you would with the Steam version
1,773
Quote:
Originally Posted by Bingo
I married a girl from SA-MP.
One other guy did too, they now have a baby. Or is that you?
1,116
As long as you have it on Steam (a license in other terms) then I don't see why you can't get a working version from a torrent since the Steam files are so crash sensitive, so try that.
389
5 stars for logo and brad display
878
You gotta use a variable. If you want direct input to work then your function would be:
pawn Код:
NameSpace(const name[]){ new player_name[MAX_PLAYER_NAME + 1]; strcat(player_name, name,...
380
Only UPDATE the field being modified... Simple as that, you shouldn't have problems.
245
1 star, no video, bad thread...
739
Quote:
Originally Posted by Manuel550
If you want to see the server list with all servers just go to http://www.monitor.sacnr.com.
This website shows all the sa-mp servers, with their site...
4,766
The function replaces all underscores for spaces, and the function I posted does work.
Код:
new name[] = "Test_Test";
printf("%s", NameSpace(name));
380
A progress bar to display speed, interesting... I haven't really seen any accurate top speed snippets (this also depends on the surface) so I wouldn't use a progress bar if I were you.
191
Quote:
Originally Posted by Manuel550
When people don't even know how to ****** on his script map name..
When people copy a script from a unknown server and claim that it is the script fr...
537
Those two if-then's aren't even in your callback lol
I'm done wasting my time with you, good luck.
361
Quote:
Originally Posted by StR_MaRy
HumanPlayer is it if you watch closer
HumanPlayer[playerid] == 1 // is the attacker
HumanPlayer[damagedid] == 1 // is the person who took damage fro...
361
Try setting both players' team to human, have you tried that? lol
If you have verified that they are called however, then the issue is obviously somewhere else. Also, you cannot stop damage by return...
361
pawn Код:
NameSpace(name[]){ for(new i = 0, j = strlen(name); i < j; i ++) { name[i] == '_' && (name[i] = ' '); } return name;}
If you don't want it to do...
380
Lol then you obviously just have to make "your" script compatible with the latest MySQL plugin
537
Quote:
Originally Posted by Sew_Sumi
What you think is an "insignificant difference" has the potential, left unchecked, of crashing the server, and causing player disconnects.
Doing thi...
313
That's quite pointless since you'd most likely get a glitched screen (out of world bounds) and it doesn't hurt anyone anyway.
262
Obviously. However:
Quote:
Originally Posted by Wiki
This function is known to return unreliable values when used in OnPlayerDisconnect and OnPlayerRequestClass. This is because the player...
144