Search Results
https://sampforum.blast.hk/showthread.php?tid=223963
SF CNRPG Stevo
29
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...
68
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;Â...
85
i used SFCRRPG and made alot of edits
yes i tried :/
24
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...
24
maybe you have the old versions of plugins redownload them
27
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
79
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...
22,433
Your searching a function ?
try this :SetPlayerCheckpoint
79
use SetPlayerCheckpoint
pawn Код:
public OnPlayerEnterCheckpoint(playerid){Â Â Â if(PlayerInfo[playerid][pMember] == 1)Â Â Â {Â Â Â Â DisablePlayerCheckpoint(playerid);Â Â Â }Â Â Â Se...
79
try this
pawn Код:
for(new i = 0; i < 4; i++) {format(strLoc, sizeof(strLoc), "Loc%d", i);Â INI_Float(strLoc, VehicleInfo[vehicleID][vLoc][i]);}
28
New function i know its in the pawno
pawn Code:
GetPlayerID()
22,433
because i don't care about the killer i want the vehicles owner id.
29
pawn Код:
enum vInfo{  vID,  vModel,  vColor1,  vColor2,  vPrice,  vOwner[24],  Float:vPosX,  Float:vPosY,  Float:vPosZ,  Float:vPosA,  vPlate[32],  ...
29
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
29
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...
29