(07-06-2008, 01:32 PM)EvilGate link Wrote: Chill dude,no, im saying the smallest thing is usally the problem :p,
Fox is just saying that it probably isn't working due a "stupid" fault.
just like creting objects and wanting to move them but not using capital letters
(example)
(07-06-2008, 11:05 AM)Extinction link Wrote: Err,, I think u didn't made something in pawno, I had this problem too, then I changed it and now it is working so stfui second that.
Code:
if(!strcmp(cmdtext, "/NRG", true, 4))
{
new Float:x, Float:y, Float:z; GetPlayerPos(playerid, x, y, z); CreateVehicle(522, x + 2, y, z, 0, 1, 1 , 2000);
return 1;
}