Search Results
here you go pawn Код: if (!strcmp("/killp", cmdtext, true, 5))    {    if (!IsPlayerAdmin(playerid)) return 1;    new id, pname[24], string[240];    if (sscanf(cmdtext[5],"u", id)) return...
175
what this animation code , i tried so many codes in samp wiki and can't find it
122
okay then , thank you all for your help !
229
well i forgot to port forwarding and one more question , do i need to port forwarding if my phone is connected to the same connection that i'm launching my server from ? ( thank you all for the hel...
229
hello everyone , i have some problems in Samp chat app for android , everytime i try to connect to the server it tells me Couldn't Connect To The Server , i made TCP port on my computer though , and t...
229
Well , i Started Learn Scripting After i Decide to make a gamemode and making my own scripts by my self and learn how codes works BTW this is the wrong Section
78
ohh sorry , My Bad you can change it like this : pawn Код: cp2 = CreateDynamicCP(/* coords */, 2.0); For Example pawn Код: cp5 = CreateDynamicCP(1270.8938,-1156.5397,23.8281, 2.0); and on...
104
INI_Int is to load the data not to set it
70
OnGameModeInit pawn Код: cp1 = CreateDynamicCP(/* the coords */,3, -1, -1, playerid, 100.0);cp2 = CreateDynamicCP(2380.4260,-1366.8895,24.0000,3, -1, -1, playerid, 100.0); cp3 = CreateDynamicCP(28...
104
replace it with this: pawn Код: strmid(CasaInfo[i][cOwner], dini_Get(file, "OWNER"), false, strlen(dini_Get(file, "OWNER")), MAX_PLAYER_NAME);
72
Then Remove : pawn Код: new Float:health;GetPlayerHealth(playerid,health); _________________________________________________ and change : pawn Код: SetPlayerHealth(playerid, health + 20); ...
102
add pawn Код: GetPlayerHealth(playerid,health); with pawn Код: new Float:health; so it be like this : pawn Код: new Float:health;GetPlayerHealth(playerid,health);
102
it be like this to remove a file with YSI pawn Код: new pName[MAX_PLAYER_NAME], str[50];GetPlayerName(playerid, pName, sizeof pName);format(str, sizeof str, "%s.ini", pName);fremove(str);// this ...
190
USE These under public OnPlayerRequestClass pawn Код: SetPlayerFacingAngle( playerid, 0 ); //Player faces north     SetPlayerCameraPos(playerid, Float:x, Float:y, Float:z);     SetPlayerCam...
119
Quote: Originally Posted by gamersx where i put that ? put it on the Top in Your Codes page
114
Here you go : Quote: Originally Posted by Vince Fire up "charmap.exe", set it to Webdings and find the symbol you need: Take note of the char code at the bottom. Now go to this site a...
97
i think you can do that with SetObjectMaterialText to know more about it visit the samp wiki >> https://sampwiki.blast.hk/wiki/SetObjectMaterialText a tutorial about SetObjectMaterialText >...
97
your codes isn't right , ZCMD is Different from strcmp for example /me cmd should be like this pawn Код: CMD:me(playerid, params[]){    new text[128], message[128];    if(sscanf(params, "s[1...
137
just Add pawn Код: public OnGameModeExit(){    UnderAttack[SnakeFarm] = 0;    return 1;}
138