Search Results
https://sampforum.blast.hk/showthread.php?tid=223963 SF CNRPG Stevo
155
try return pawn Код: COMMAND:setskin(playerid, params[]){new HouseID;// Let the player know that this house isn't open to the public and he can't enter itif (House_PlayerIsOwner(playerid, HouseID...
127
pawn Код: CMD:w(playerid,params[]){    if(God[playerid] != 0)    {        GameTextForPlayer(playerid, "~g~You godmod is enabled ~n~~w~use /god to disable it",4500,3);        return 1;Â...
223
i used SFCRRPG and made alot of edits yes i tried :/
104
i got gamemode that i took here from the forum and made huge edits on it and made my own server after years. i left he scripting about 5-6 months ago. and today i tried to run my server to comeback to...
104
maybe you have the old versions of plugins redownload them
193
Quote: Originally Posted by Lidor124 You know i already know this function but how to make what i have written in my first post? What do you mean exactly can you explain more
236
Quote: Originally Posted by AssMunchingFool ah no its not? i think this is a custom function its an include not default function I didn't include anything new and the function worked fi...
39,246
Your searching a function ? try this :SetPlayerCheckpoint
236
use SetPlayerCheckpoint pawn Код: public OnPlayerEnterCheckpoint(playerid){     if(PlayerInfo[playerid][pMember] == 1)     {        DisablePlayerCheckpoint(playerid);      }     Se...
236
try this pawn Код: for(new i = 0; i < 4; i++) {format(strLoc, sizeof(strLoc), "Loc%d", i); INI_Float(strLoc, VehicleInfo[vehicleID][vLoc][i]);}
151
New function i know its in the pawno pawn Code: GetPlayerID()
39,246
because i don't care about the killer i want the vehicles owner id.
225
pawn Код: enum vInfo{    vID,    vModel,    vColor1,    vColor2,    vPrice,    vOwner[24],    Float:vPosX,    Float:vPosY,    Float:vPosZ,    Float:vPosA,    vPlate[32],   ...
225
VehicleInfo[playerid][bought] this means if the vehicle bought or not (not a street vehicle) VehicleInfo[playerid][vOwner] this means the owner of the bought vehicle
225
I've got a vehicle system which in it you don't lose your car just if someone blowed it. and I've got this code onvehicledeath pawn Код: if(VehicleInfo[vehicleid][bought] == 1)    {        S...
225