Search Results
just continue scripting and you will learn a lot.
158
PHP код: new ActorCJ; public OnGameModeInit(){    ActorCJ = CreateActor(0, 0.0, 0.0, 3.0, 0.0);}  put the coords in there.
268
PHP код: public OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ){    new szString[144];    format(szString, sizeof(szString), "Weapon %i ...
137
good to know that i helped you, enjoy.
183
do you have the latest version of sscanf2?
183
well if you upgrade your host you will not have any problem anymore.
185
PHP код: COMMAND:destroycar(playerid,params[])       {           new vehicleid = GetPlayerVehicleID(playerid);           DestroyVehicle(vehicleid);         ...
85
Can you help me with this error? D:\samp server\pawno\include\sscanf2.inc(240) : error 025: function heading differs from prototype
1,271