Search Results
i want to make south, west and east. north is already scripted. my problem is i dont understand how to do it, i mean i know how to edit the img file, and change the name also, but i dont know how to p...
64
No everything its okay, but the cuff is still on me !
44
i added the new cuff to my script. in the game when the cop/fbi do /cuff playerid. to the cop have the cuff on his right and and the other side of the cuff are not cuffed(if you know what i mean). to ...
44
Someone can make the commands to dialog?
PLEASE
Код:
if(strcmp(cmd, "/houseentrance", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if(PlayerInfo[playerid][pAdmin] != 1337 &&...
39
It does not work, because it is not shows me
/DelPlayer [Name]
63
Quote:
Originally Posted by Jefff
pawn Код:
if(strcmp(cmd, "/DelPlayer123", true) == 0){ new str[35]; tmp = strtok(cmdtext, idx); if(!strlen(tmp)) return SendClientMessa...
63
have errors
Код:
C:\Documents and Settings\x\My Documents\samp03\Ultimate.pwn(48195) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\x\My Doc...
63
Код:
if(strcmp(cmd, "/DelPlayer123", true) == 0)
{
new tmp[MAX_PLAYER_NAME],str[256];
GetPlayerName(playerid, tmp, sizeof(tmp));
tmp = strtok(cmdtext, idx);
if(!strlen(tmp)) return SendClientMessa...
63
I want that if someone enters the checkpoint that's saying something
68
You mean that if he went to the checkpoint it will disappear?
74
SmiT I put everything else before and it does not work because it published Help
and costel YSI floder in pawno/include and it's not work
52